baubs git
src/components/ProgressMonitor/types.ts beads-sync (6d667b77) Text, 332 B
/**
* Shared types for ProgressMonitor components
*/
export interface ColorBlock {
colorIndex: number;
threadHex: string;
startStitch: number;
endStitch: number;
stitchCount: number;
threadCatalogNumber: string | null;
threadBrand: string | null;
threadDescription: string | null;
threadChart: string | null;
}
Served by rngit 1.4.2 - Generated in 0.07s